home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / batinnightmare.swf / scripts / frame_10 / PlaceObject2_197_65 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-13  |  90 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    time -= 1;
  3.    if(time < 0)
  4.    {
  5.       time = 0;
  6.    }
  7. }
  8.